body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: rgb (0,0,0);
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 100px;
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

.imageblocktete
{
	
	margin-left:35px;
}




/* Le menu */

#menu
{
   float: left;
   width: 130px;
	margin-top:61px;
}

.element_menu
{
   background-color: black;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: rgb(173,0,0);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("puce.gif");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: white;
	font-style: normal;
}

.element_menu a:hover
{
   background-color: white;
   color: black;
}


/* Le corps de la page */

#corps
{
	height: 505px;
   margin-left: 140px;
   margin-bottom: 20px;
	margin-top: 70px;
   padding: 5px;
   
   color: black;
   background-color: rgb(135,0,0);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#corps h1
{
   color: black;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	padding-top: 15px;
}

.texte
{
	padding-top: 5px;
}

.contact
{
	padding-top: 10px;
}


a
{
	text-decoration: none;
	color: black;
	font-style: italic;
}

a:visited
{
	texte-decoration:black;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: black;
   background-color: rgb(135,0,0);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}